Add some more valgrind suppressions
authorMatthias Clasen <mclasen@redhat.com>
Thu, 27 Apr 2023 06:33:03 +0000 (08:33 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 27 Apr 2023 11:42:03 +0000 (13:42 +0200)
gtk.supp

index a93c780081aaca2f0298e1be24888ece75336aff..b6b315c82335bff6dccf53f6b8769b897a87830c 100644 (file)
--- a/gtk.supp
+++ b/gtk.supp
   ...
   fun:g_intern_string
 }
+{
+  xdg-mime init
+  Memcheck:Leak
+  match-leak-kinds: definite
+  fun:malloc
+  ...
+  fun:xdg_mime_init*
+}
+{
+  xdg-mime init
+  Memcheck:Leak
+  match-leak-kinds: definite
+  fun:calloc
+  ...
+  fun:xdg_mime_init*
+}
+{
+  glib init
+  Memcheck:Leak
+  match-leak-kinds: definite
+  fun:malloc
+  ...
+  fun:glib_init_ctor
+}
 
 # Threads
 {